home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / disk-tools / cd-tools / fixcdid / fixcdid.readme < prev    next >
Encoding:
Text File  |  1996-07-07  |  1.4 KB  |  53 lines

  1. Short:    Fixes ID file comments (ARexx script) V1.1
  2. Uploader: rkoerber@tfh.dssd.sub.org (Richard Koerber)
  3. Author:   rkoerber@tfh.dssd.sub.org (Richard Koerber)
  4. Type:     disk/cdrom
  5.  
  6. Requires:  ARexx
  7. Languages: English
  8.  
  9.  
  10. This is a short ARexx script I wrote. It searches through a directory
  11. that contains ID files for CeeD, MCDPlayer, OptyCDPlayer or compatible,
  12. and sets all relating file comments to Artist and CD-Title. Now you can
  13. easily locate a CD file by its file comment.
  14.  
  15. The comment format is:  <Artist>: <CD-Title>  . Note that all quotation
  16. marks will be stripped!
  17.  
  18.  
  19. USAGE:
  20.  
  21.  - Change into the directory where ID files are located.
  22.  - Enter  rx FixCDID.rexx
  23.  - Wait and see what happens :-)
  24.  
  25.  
  26. NOTE THAT:
  27.  
  28.  - non-ID files are skipped
  29.  - all ID file names are converted to upper case
  30.  - even existing file comments will be replaced!
  31.  - OptyCDPlayer packet ID files will be assimilated
  32.  
  33.  
  34. NEW:
  35.  
  36.  - The ID files of OptyCDPlayer were a little bit different. Instead
  37.    of the artist, most ID files contain the ID number. FixCDID now
  38.    recognizes these files, and assimilate them into the collective! :)
  39.  - Strips comment length to 79 chars, to avoid filenote warnings.
  40.  
  41.  
  42. DISCLAIMER:
  43.  
  44.   This script is Public Domain. You can use and/or abuse it as you deem
  45.   necessary, but you also bare the full risk! Don't blame me if all files
  46.   on your partition are renamed or deleted... :)
  47.  
  48.  
  49. Please feel free to send me an e-mail about what you think of FixCDID.
  50.  
  51. Have fun!
  52.  
  53.